home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 445 / applic / img_prt.doc < prev    next >
Text File  |  1990-01-19  |  4KB  |  104 lines

  1. This is a new version of IMG_CATM.  This program is a GEM Image 
  2. file printer similar to IMG_CAT that was uploaded earlier by Chet 
  3. Walters, but this program is free.  I have changed the name so it 
  4. would not conflict with any copyrights that Chet Walters has with 
  5. IMG_CAT, my apologizes to Chet.  It places 12 images per page 
  6. along with the name of the image and its size.  It can handle up 
  7. to 12 pages of images in the path you select.  The program will 
  8. also print the path and a user editable title on the top of each 
  9. page.  The program was written in GFA Basic 3.0.  You must have 
  10. GDOS or GDOS+ with a assign.sys file with 10 & 12 point fonts 
  11. defined in the first position or one of the fonts must be named 
  12. Swiss.  The program will print various status reports on the 
  13. screen as it is printing so you can follow along. If you need to 
  14. abort printing press the ESC key and the printout will be aborted 
  15. at the end of the current page being printed.  Let me know if you 
  16. like the program.
  17.  
  18. ENHANCEMENTS:
  19.  
  20.      1.  Will recursively go through the selected path searching 
  21.          all folders until no more folders are found or 144 image 
  22.          files have been located.
  23.  
  24.      2.  Will sort all files alphabetically.
  25.  
  26.      3.  File selector box defaults to drive and path currently 
  27.          being used.
  28.  
  29.      4.  You are now able to select Thin, Medium, Thick, or No 
  30.          frame/border around images.
  31.  
  32. FIXES:
  33.  
  34.      1.  Works better with computers with low memory.  If your 
  35.          computer does not have enough memory for 12 images the      
  36.          program will automatically reduce the layout to the 
  37.          amount your computer memory can support.  See HINTS how 
  38.          to optimize your memory.
  39.  
  40.      2.  The Title and Path/Page are now printed on different 
  41.          lines so they will not interfere with each other.
  42.  
  43.  
  44. FILE:
  45.   Set Path:  Sets drive & directory path to images you want 
  46.              printed.  Make sure you set this first.  The current 
  47.              path will be displayed.
  48.  
  49. OPTIONS:
  50.   Set Title:  Sets the title you want displayed on each page.  To 
  51.               set the title select that option and enter the title 
  52.               you want displayed.  To clear the title just enter a 
  53.               carriage return at the prompt.  The current set title 
  54.               will be displayed on the screen.
  55.  
  56.   Clear Screen:  To clear and reset the screen display.
  57.  
  58.   Single Feed:  If your printer requires paper to be added after 
  59.                 each sheet select this option and the program will 
  60.                 pause before each sheet is printed.
  61.  
  62.   Continuous Feed:  Select this if you don't need the program to 
  63.                     pause between pages.
  64.  
  65.  
  66.   Thin Box:  Selects the thin border that is placed around the 
  67.              images.
  68.  
  69.   Medium Box:  Selects a slightly darker border.
  70.  
  71.   Thick Box:  Selects a thick border.
  72.  
  73.   No Box:  Selects no border.
  74.  
  75. OUTPUT:
  76.   Print:  Starts the output process to your printer.
  77.  
  78. HINTS:
  79.  
  80.      1.  If your images are garbled when printed check the first 
  81.          image that was garbled to make sure it wasn't a corrupt 
  82.          file.  A Bad file could cause good image files after it 
  83.          to be printed incorrectly.
  84.  
  85.      2.  I have included a sample ASSIGN.SYS file that will 
  86.          conserve as much memory as possible. It is named 
  87.          IMG_PRT.SYS.  This file only loads the two printer fonts 
  88.          that will be used, Swiss 10 & 12 points.  You may need to 
  89.          edit it for the fonts you have on your system.  You will 
  90.          also note the meta.sys driver isn't loaded to conserve 
  91.          memory.  You may also want to take other actions to 
  92.          conserve memory such as to reduce the number of AUTO 
  93.          files and ACCESSORIES that are loaded at boot time.  You 
  94.          may need to experiment for the best configuration for 
  95.          your system.  The reason this is needed is because image 
  96.          files are resolution independent and can be very large.  
  97.          Your memory requirements will be dependent on the size of 
  98.          the image files you are trying to print.
  99.  
  100. Any problems, questions, or suggestions you can contact me at:
  101. On GENIE:    R.HOLLM2
  102.  
  103. Rick Hollm  
  104.